Class: Aws::Types::Outpost
- Inherits:
-
Object
- Object
- Aws::Types::Outpost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_in_bytes ⇒ ::Integer
Returns the value of attribute capacity_in_bytes.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#s3_outpost_arn ⇒ ::String
Returns the value of attribute s3_outpost_arn.
Instance Attribute Details
#capacity_in_bytes ⇒ ::Integer
Returns the value of attribute capacity_in_bytes.
115 116 117 |
# File 'sig/types.rbs', line 115 def capacity_in_bytes @capacity_in_bytes end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def outpost_arn @outpost_arn end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def outpost_id @outpost_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
114 115 116 |
# File 'sig/types.rbs', line 114 def owner_id @owner_id end |
#s3_outpost_arn ⇒ ::String
Returns the value of attribute s3_outpost_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def s3_outpost_arn @s3_outpost_arn end |