Class: Aws::Types::GetMountTargetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMountTargetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#ipv4_address ⇒ ::String
Returns the value of attribute ipv4_address.
-
#ipv6_address ⇒ ::String
Returns the value of attribute ipv6_address.
-
#mount_target_id ⇒ ::String
Returns the value of attribute mount_target_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#status ⇒ "available", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
187 188 189 |
# File 'sig/types.rbs', line 187 def availability_zone_id @availability_zone_id end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
190 191 192 |
# File 'sig/types.rbs', line 190 def file_system_id @file_system_id end |
#ipv4_address ⇒ ::String
Returns the value of attribute ipv4_address.
192 193 194 |
# File 'sig/types.rbs', line 192 def ipv4_address @ipv4_address end |
#ipv6_address ⇒ ::String
Returns the value of attribute ipv6_address.
193 194 195 |
# File 'sig/types.rbs', line 193 def ipv6_address @ipv6_address end |
#mount_target_id ⇒ ::String
Returns the value of attribute mount_target_id.
189 190 191 |
# File 'sig/types.rbs', line 189 def mount_target_id @mount_target_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def network_interface_id @network_interface_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
188 189 190 |
# File 'sig/types.rbs', line 188 def owner_id @owner_id end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
196 197 198 |
# File 'sig/types.rbs', line 196 def security_groups @security_groups end |
#status ⇒ "available", ...
Returns the value of attribute status.
197 198 199 |
# File 'sig/types.rbs', line 197 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
198 199 200 |
# File 'sig/types.rbs', line 198 def @status_message end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def vpc_id @vpc_id end |