Class: Aws::PinpointSMSVoiceV2::Types::DescribeAccountAttributesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_attributesArray<Types::AccountAttribute>

An array of AccountAttributes objects.

Returns:



1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1760

class DescribeAccountAttributesResult < Struct.new(
  :account_attributes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results. If this field is empty then there are no more results.

Returns:

  • (String)


1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1760

class DescribeAccountAttributesResult < Struct.new(
  :account_attributes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end