Class: Aws::Types::S3AccessPoint
- Inherits:
-
Object
- Object
- Aws::Types::S3AccessPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#vpc_configuration ⇒ Types::S3AccessPointVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def alias @alias end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def resource_arn @resource_arn end |
#vpc_configuration ⇒ Types::S3AccessPointVpcConfiguration
Returns the value of attribute vpc_configuration.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def vpc_configuration @vpc_configuration end |