Class: Aws::Types::Attachment
- Inherits:
-
Object
- Object
- Aws::Types::Attachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#attachment_policy_rule_number ⇒ ::Integer
Returns the value of attribute attachment_policy_rule_number.
-
#attachment_type ⇒ "CONNECT", ...
Returns the value of attribute attachment_type.
-
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
-
#edge_locations ⇒ ::Array[::String]
Returns the value of attribute edge_locations.
-
#last_modification_errors ⇒ ::Array[Types::AttachmentError]
Returns the value of attribute last_modification_errors.
-
#network_function_group_name ⇒ ::String
Returns the value of attribute network_function_group_name.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#proposed_network_function_group_change ⇒ Types::ProposedNetworkFunctionGroupChange
Returns the value of attribute proposed_network_function_group_change.
-
#proposed_segment_change ⇒ Types::ProposedSegmentChange
Returns the value of attribute proposed_segment_change.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
-
#state ⇒ "REJECTED", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def @attachment_id end |
#attachment_policy_rule_number ⇒ ::Integer
Returns the value of attribute attachment_policy_rule_number.
99 100 101 |
# File 'sig/types.rbs', line 99 def @attachment_policy_rule_number end |
#attachment_type ⇒ "CONNECT", ...
Returns the value of attribute attachment_type.
94 95 96 |
# File 'sig/types.rbs', line 94 def @attachment_type end |
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def core_network_arn @core_network_arn end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def core_network_id @core_network_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
105 106 107 |
# File 'sig/types.rbs', line 105 def created_at @created_at end |
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
96 97 98 |
# File 'sig/types.rbs', line 96 def edge_location @edge_location end |
#edge_locations ⇒ ::Array[::String]
Returns the value of attribute edge_locations.
97 98 99 |
# File 'sig/types.rbs', line 97 def edge_locations @edge_locations end |
#last_modification_errors ⇒ ::Array[Types::AttachmentError]
Returns the value of attribute last_modification_errors.
107 108 109 |
# File 'sig/types.rbs', line 107 def last_modification_errors @last_modification_errors end |
#network_function_group_name ⇒ ::String
Returns the value of attribute network_function_group_name.
101 102 103 |
# File 'sig/types.rbs', line 101 def network_function_group_name @network_function_group_name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def owner_account_id @owner_account_id end |
#proposed_network_function_group_change ⇒ Types::ProposedNetworkFunctionGroupChange
Returns the value of attribute proposed_network_function_group_change.
104 105 106 |
# File 'sig/types.rbs', line 104 def proposed_network_function_group_change @proposed_network_function_group_change end |
#proposed_segment_change ⇒ Types::ProposedSegmentChange
Returns the value of attribute proposed_segment_change.
103 104 105 |
# File 'sig/types.rbs', line 103 def proposed_segment_change @proposed_segment_change end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def resource_arn @resource_arn end |
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def segment_name @segment_name end |
#state ⇒ "REJECTED", ...
Returns the value of attribute state.
95 96 97 |
# File 'sig/types.rbs', line 95 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
102 103 104 |
# File 'sig/types.rbs', line 102 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
106 107 108 |
# File 'sig/types.rbs', line 106 def updated_at @updated_at end |