Class: Aws::Types::GetAccessPointResult

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:



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.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def alias
  @alias
end

#bucket::String

Returns the value of attribute bucket.

Returns:



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.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def 
  
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



679
680
681
# File 'sig/types.rbs', line 679

def endpoints
  @endpoints
end

#name::String

Returns the value of attribute name.

Returns:



671
672
673
# File 'sig/types.rbs', line 671

def name
  @name
end

#network_origin"Internet", "VPC"

Returns the value of attribute network_origin.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def network_origin
  @network_origin
end

#public_access_block_configurationTypes::PublicAccessBlockConfiguration

Returns the value of attribute public_access_block_configuration.

Returns:



675
676
677
# File 'sig/types.rbs', line 675

def public_access_block_configuration
  @public_access_block_configuration
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.

Returns:



674
675
676
# File 'sig/types.rbs', line 674

def vpc_configuration
  @vpc_configuration
end