Class: Aws::Types::AwsS3AccessPointDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arn::String

Returns the value of attribute access_point_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3919
3920
3921
# File 'sig/types.rbs', line 3919

def alias
  @alias
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3921
3922
3923
# File 'sig/types.rbs', line 3921

def 
  @bucket_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3922
3923
3924
# File 'sig/types.rbs', line 3922

def name
  @name
end

#network_origin::String

Returns the value of attribute network_origin.

Returns:

  • (::String)


3923
3924
3925
# File 'sig/types.rbs', line 3923

def network_origin
  @network_origin
end

#public_access_block_configurationTypes::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_configurationTypes::AwsS3AccessPointVpcConfigurationDetails

Returns the value of attribute vpc_configuration.



3925
3926
3927
# File 'sig/types.rbs', line 3925

def vpc_configuration
  @vpc_configuration
end