Class: Aws::Types::DestinationToCreate
- Inherits:
-
Object
- Object
- Aws::Types::DestinationToCreate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
283 284 285 |
# File 'sig/types.rbs', line 283 def availability_zone_name @availability_zone_name end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def file_system_id @file_system_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def kms_key_id @kms_key_id end |
#region ⇒ ::String
Returns the value of attribute region.
282 283 284 |
# File 'sig/types.rbs', line 282 def region @region end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def role_arn @role_arn end |