Class: Aws::CostOptimizationHub::Types::UpdateEnrollmentStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::UpdateEnrollmentStatusRequest
- Defined in:
- gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_member_accounts ⇒ Boolean
Indicates whether to enroll member accounts of the organization if the account is the management account or delegated administrator.
-
#status ⇒ String
Sets the account status.
Instance Attribute Details
#include_member_accounts ⇒ Boolean
Indicates whether to enroll member accounts of the organization if the account is the management account or delegated administrator.
2569 2570 2571 2572 2573 2574 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2569 class UpdateEnrollmentStatusRequest < Struct.new( :status, :include_member_accounts) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Sets the account status.
2569 2570 2571 2572 2573 2574 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2569 class UpdateEnrollmentStatusRequest < Struct.new( :status, :include_member_accounts) SENSITIVE = [] include Aws::Structure end |