Class: Aws::Types::AwsS3AccessPointDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3AccessPointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#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.
-
#network_origin ⇒ ::String
Returns the value of attribute network_origin.
-
#public_access_block_configuration ⇒ Types::AwsS3AccountPublicAccessBlockDetails
Returns the value of attribute public_access_block_configuration.
-
#vpc_configuration ⇒ Types::AwsS3AccessPointVpcConfigurationDetails
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
3918 3919 3920 |
# File 'sig/types.rbs', line 3918 def access_point_arn @access_point_arn end |
#alias ⇒ ::String
Returns the value of attribute alias.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def alias @alias end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def bucket @bucket end |
#bucket_account_id ⇒ ::String
Returns the value of attribute bucket_account_id.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def bucket_account_id @bucket_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
3922 3923 3924 |
# File 'sig/types.rbs', line 3922 def name @name end |
#network_origin ⇒ ::String
Returns the value of attribute network_origin.
3923 3924 3925 |
# File 'sig/types.rbs', line 3923 def network_origin @network_origin end |
#public_access_block_configuration ⇒ Types::AwsS3AccountPublicAccessBlockDetails
Returns the value of attribute public_access_block_configuration.
3924 3925 3926 |
# File 'sig/types.rbs', line 3924 def public_access_block_configuration @public_access_block_configuration end |
#vpc_configuration ⇒ Types::AwsS3AccessPointVpcConfigurationDetails
Returns the value of attribute vpc_configuration.
3925 3926 3927 |
# File 'sig/types.rbs', line 3925 def vpc_configuration @vpc_configuration end |