Class: Aws::Types::AggregationAuthorization
- Inherits:
-
Object
- Object
- Aws::Types::AggregationAuthorization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_authorization_arn ⇒ ::String
Returns the value of attribute aggregation_authorization_arn.
-
#authorized_account_id ⇒ ::String
Returns the value of attribute authorized_account_id.
-
#authorized_aws_region ⇒ ::String
Returns the value of attribute authorized_aws_region.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
Instance Attribute Details
#aggregation_authorization_arn ⇒ ::String
Returns the value of attribute aggregation_authorization_arn.
106 107 108 |
# File 'sig/types.rbs', line 106 def @aggregation_authorization_arn end |
#authorized_account_id ⇒ ::String
Returns the value of attribute authorized_account_id.
107 108 109 |
# File 'sig/types.rbs', line 107 def @authorized_account_id end |
#authorized_aws_region ⇒ ::String
Returns the value of attribute authorized_aws_region.
108 109 110 |
# File 'sig/types.rbs', line 108 def @authorized_aws_region end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
109 110 111 |
# File 'sig/types.rbs', line 109 def creation_time @creation_time end |