Class: Aws::ACM::Types::GetAccountConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expiry_eventsTypes::ExpiryEventsConfiguration

Expiration events configuration options associated with the Amazon Web Services account.



794
795
796
797
798
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 794

class GetAccountConfigurationResponse < Struct.new(
  :expiry_events)
  SENSITIVE = []
  include Aws::Structure
end