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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



820
821
822
823
824
# File 'lib/aws-sdk-acm/types.rb', line 820

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