Class: Aws::Types::CreateAndAttachS3AccessPointS3Configuration
- Inherits:
-
Object
- Object
- Aws::Types::CreateAndAttachS3AccessPointS3Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#vpc_configuration ⇒ Types::S3AccessPointVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
229 230 231 |
# File 'sig/types.rbs', line 229 def policy @policy end |
#vpc_configuration ⇒ Types::S3AccessPointVpcConfiguration
Returns the value of attribute vpc_configuration.
228 229 230 |
# File 'sig/types.rbs', line 228 def vpc_configuration @vpc_configuration end |