Module: Aws::S3Control::Client::_GetAccessPointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccessPointResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_point_arn ⇒ ::String
- #alias ⇒ ::String
- #bucket ⇒ ::String
- #bucket_account_id ⇒ ::String
- #creation_date ⇒ ::Time
- #data_source_id ⇒ ::String
- #data_source_type ⇒ ::String
- #endpoints ⇒ ::Hash[::String, ::String]
- #name ⇒ ::String
- #network_origin ⇒ "Internet", "VPC"
- #public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
- #vpc_configuration ⇒ Types::VpcConfiguration
Instance Method Details
#access_point_arn ⇒ ::String
737 |
# File 'sig/client.rbs', line 737
def access_point_arn: () -> ::String
|
#alias ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def alias: () -> ::String
|
#bucket ⇒ ::String
731 |
# File 'sig/client.rbs', line 731
def bucket: () -> ::String
|
#bucket_account_id ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def bucket_account_id: () -> ::String
|
#creation_date ⇒ ::Time
735 |
# File 'sig/client.rbs', line 735
def creation_date: () -> ::Time
|
#data_source_id ⇒ ::String
740 |
# File 'sig/client.rbs', line 740
def data_source_id: () -> ::String
|
#data_source_type ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def data_source_type: () -> ::String
|
#endpoints ⇒ ::Hash[::String, ::String]
738 |
# File 'sig/client.rbs', line 738
def endpoints: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
730 |
# File 'sig/client.rbs', line 730
def name: () -> ::String
|
#network_origin ⇒ "Internet", "VPC"
732 |
# File 'sig/client.rbs', line 732
def network_origin: () -> ("Internet" | "VPC")
|
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
734 |
# File 'sig/client.rbs', line 734
def public_access_block_configuration: () -> Types::PublicAccessBlockConfiguration
|
#vpc_configuration ⇒ Types::VpcConfiguration
733 |
# File 'sig/client.rbs', line 733
def vpc_configuration: () -> Types::VpcConfiguration
|