Class: Aws::ACM::Types::GetAccountConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::GetAccountConfigurationResponse
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiry_events ⇒ Types::ExpiryEventsConfiguration
Expiration events configuration options associated with the Amazon Web Services account.
Instance Attribute Details
#expiry_events ⇒ Types::ExpiryEventsConfiguration
Expiration events configuration options associated with the Amazon Web Services account.
784 785 786 787 788 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 784 class GetAccountConfigurationResponse < Struct.new( :expiry_events) SENSITIVE = [] include Aws::Structure end |