Class: Aws::Types::EnvironmentAccountConnectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentAccountConnectionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
-
#environment_account_id ⇒ ::String
Returns the value of attribute environment_account_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#management_account_id ⇒ ::String
Returns the value of attribute management_account_id.
-
#requested_at ⇒ ::Time
Returns the value of attribute requested_at.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def arn @arn end |
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
572 573 574 |
# File 'sig/types.rbs', line 572 def component_role_arn @component_role_arn end |
#environment_account_id ⇒ ::String
Returns the value of attribute environment_account_id.
573 574 575 |
# File 'sig/types.rbs', line 573 def environment_account_id @environment_account_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
574 575 576 |
# File 'sig/types.rbs', line 574 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
575 576 577 |
# File 'sig/types.rbs', line 575 def id @id end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
576 577 578 |
# File 'sig/types.rbs', line 576 def last_modified_at @last_modified_at end |
#management_account_id ⇒ ::String
Returns the value of attribute management_account_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def management_account_id @management_account_id end |
#requested_at ⇒ ::Time
Returns the value of attribute requested_at.
578 579 580 |
# File 'sig/types.rbs', line 578 def requested_at @requested_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
579 580 581 |
# File 'sig/types.rbs', line 579 def role_arn @role_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
580 581 582 |
# File 'sig/types.rbs', line 580 def status @status end |