Class: Aws::CostOptimizationHub::Types::UpdateEnrollmentStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::UpdateEnrollmentStatusRequest
- Includes:
- Structure
- Defined in:
- 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.
2518 2519 2520 2521 2522 2523 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2518 class UpdateEnrollmentStatusRequest < Struct.new( :status, :include_member_accounts) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Sets the account status.
2518 2519 2520 2521 2522 2523 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2518 class UpdateEnrollmentStatusRequest < Struct.new( :status, :include_member_accounts) SENSITIVE = [] include Aws::Structure end |