Class: Aws::Types::GetAccessPointResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessPointResult
- 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.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_type ⇒ ::String
Returns the value of attribute data_source_type.
-
#endpoints ⇒ ::Hash[::String, ::String]
Returns the value of attribute endpoints.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_origin ⇒ "Internet", "VPC"
Returns the value of attribute network_origin.
-
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block_configuration.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
678 679 680 |
# File 'sig/types.rbs', line 678 def access_point_arn @access_point_arn end |
#alias ⇒ ::String
Returns the value of attribute alias.
677 678 679 |
# File 'sig/types.rbs', line 677 def alias @alias end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
672 673 674 |
# File 'sig/types.rbs', line 672 def bucket @bucket end |
#bucket_account_id ⇒ ::String
Returns the value of attribute bucket_account_id.
680 681 682 |
# File 'sig/types.rbs', line 680 def bucket_account_id @bucket_account_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
676 677 678 |
# File 'sig/types.rbs', line 676 def creation_date @creation_date end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def data_source_id @data_source_id end |
#data_source_type ⇒ ::String
Returns the value of attribute data_source_type.
682 683 684 |
# File 'sig/types.rbs', line 682 def data_source_type @data_source_type end |
#endpoints ⇒ ::Hash[::String, ::String]
Returns the value of attribute endpoints.
679 680 681 |
# File 'sig/types.rbs', line 679 def endpoints @endpoints end |
#name ⇒ ::String
Returns the value of attribute name.
671 672 673 |
# File 'sig/types.rbs', line 671 def name @name end |
#network_origin ⇒ "Internet", "VPC"
Returns the value of attribute network_origin.
673 674 675 |
# File 'sig/types.rbs', line 673 def network_origin @network_origin end |
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block_configuration.
675 676 677 |
# File 'sig/types.rbs', line 675 def public_access_block_configuration @public_access_block_configuration end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
674 675 676 |
# File 'sig/types.rbs', line 674 def vpc_configuration @vpc_configuration end |