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
726 |
# File 'sig/client.rbs', line 726
def access_point_arn: () -> ::String
|
#alias ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def alias: () -> ::String
|
#bucket ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def bucket: () -> ::String
|
#bucket_account_id ⇒ ::String
728 |
# File 'sig/client.rbs', line 728
def bucket_account_id: () -> ::String
|
#creation_date ⇒ ::Time
724 |
# File 'sig/client.rbs', line 724
def creation_date: () -> ::Time
|
#data_source_id ⇒ ::String
729 |
# File 'sig/client.rbs', line 729
def data_source_id: () -> ::String
|
#data_source_type ⇒ ::String
730 |
# File 'sig/client.rbs', line 730
def data_source_type: () -> ::String
|
#endpoints ⇒ ::Hash[::String, ::String]
727 |
# File 'sig/client.rbs', line 727
def endpoints: () -> ::Hash[::String, ::String]
|
#name ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def name: () -> ::String
|
#network_origin ⇒ "Internet", "VPC"
721 |
# File 'sig/client.rbs', line 721
def network_origin: () -> ("Internet" | "VPC")
|
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
723 |
# File 'sig/client.rbs', line 723
def public_access_block_configuration: () -> Types::PublicAccessBlockConfiguration
|
#vpc_configuration ⇒ Types::VpcConfiguration
722 |
# File 'sig/client.rbs', line 722
def vpc_configuration: () -> Types::VpcConfiguration
|