Class: Aws::Types::GetAccountResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_ip_auto_warmup_enabledBoolean

Returns the value of attribute dedicated_ip_auto_warmup_enabled.

Returns:

  • (Boolean)


731
732
733
# File 'sig/types.rbs', line 731

def dedicated_ip_auto_warmup_enabled
  @dedicated_ip_auto_warmup_enabled
end

#detailsTypes::AccountDetails

Returns the value of attribute details.



737
738
739
# File 'sig/types.rbs', line 737

def details
  @details
end

#enforcement_status::String

Returns the value of attribute enforcement_status.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def enforcement_status
  @enforcement_status
end

#pricing_attributesTypes::PricingAttributes

Returns the value of attribute pricing_attributes.



739
740
741
# File 'sig/types.rbs', line 739

def pricing_attributes
  @pricing_attributes
end

#production_access_enabledBoolean

Returns the value of attribute production_access_enabled.

Returns:

  • (Boolean)


733
734
735
# File 'sig/types.rbs', line 733

def production_access_enabled
  @production_access_enabled
end

#send_quotaTypes::SendQuota

Returns the value of attribute send_quota.

Returns:



734
735
736
# File 'sig/types.rbs', line 734

def send_quota
  @send_quota
end

#sending_enabledBoolean

Returns the value of attribute sending_enabled.

Returns:

  • (Boolean)


735
736
737
# File 'sig/types.rbs', line 735

def sending_enabled
  @sending_enabled
end

#suppression_attributesTypes::SuppressionAttributes

Returns the value of attribute suppression_attributes.



736
737
738
# File 'sig/types.rbs', line 736

def suppression_attributes
  @suppression_attributes
end

#vdm_attributesTypes::VdmAttributes

Returns the value of attribute vdm_attributes.



738
739
740
# File 'sig/types.rbs', line 738

def vdm_attributes
  @vdm_attributes
end