Class: Aws::Types::EnvironmentAccountConnection
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentAccountConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_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.
556 557 558 |
# File 'sig/types.rbs', line 556 def arn @arn end |
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
557 558 559 |
# File 'sig/types.rbs', line 557 def codebuild_role_arn @codebuild_role_arn end |
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
558 559 560 |
# File 'sig/types.rbs', line 558 def component_role_arn @component_role_arn end |
#environment_account_id ⇒ ::String
Returns the value of attribute environment_account_id.
559 560 561 |
# File 'sig/types.rbs', line 559 def environment_account_id @environment_account_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
560 561 562 |
# File 'sig/types.rbs', line 560 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
561 562 563 |
# File 'sig/types.rbs', line 561 def id @id end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
562 563 564 |
# File 'sig/types.rbs', line 562 def last_modified_at @last_modified_at end |
#management_account_id ⇒ ::String
Returns the value of attribute management_account_id.
563 564 565 |
# File 'sig/types.rbs', line 563 def management_account_id @management_account_id end |
#requested_at ⇒ ::Time
Returns the value of attribute requested_at.
564 565 566 |
# File 'sig/types.rbs', line 564 def requested_at @requested_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
565 566 567 |
# File 'sig/types.rbs', line 565 def role_arn @role_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
566 567 568 |
# File 'sig/types.rbs', line 566 def status @status end |