Class: Aws::PinpointSMSVoiceV2::Types::AccountAttribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Displays the attributes associated with a single Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the account attribute.

Returns:

  • (String)


45
46
47
48
49
50
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 45

class AccountAttribute < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value associated with the account attribute name.

Returns:

  • (String)


45
46
47
48
49
50
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 45

class AccountAttribute < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end