Class: Aws::Types::CreateAccessPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_account_id ⇒ ::String
Returns the value of attribute bucket_account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block_configuration.
-
#scope ⇒ Types::Scope
Returns the value of attribute scope.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def account_id @account_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
214 215 216 |
# File 'sig/types.rbs', line 214 def bucket @bucket end |
#bucket_account_id ⇒ ::String
Returns the value of attribute bucket_account_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def bucket_account_id @bucket_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
213 214 215 |
# File 'sig/types.rbs', line 213 def name @name end |
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block_configuration.
216 217 218 |
# File 'sig/types.rbs', line 216 def public_access_block_configuration @public_access_block_configuration end |
#scope ⇒ Types::Scope
Returns the value of attribute scope.
218 219 220 |
# File 'sig/types.rbs', line 218 def scope @scope end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
219 220 221 |
# File 'sig/types.rbs', line 219 def end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
215 216 217 |
# File 'sig/types.rbs', line 215 def vpc_configuration @vpc_configuration end |