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.



1356
1357
1358
1359
1360
# File 'lib/aws-sdk-acm/types.rb', line 1356

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