Class: Aws::Types::AccessPoint

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arn::String

Returns the value of attribute access_point_arn.



31
32
33
# File 'sig/types.rbs', line 31

def access_point_arn
  @access_point_arn
end

#alias::String

Returns the value of attribute alias.



32
33
34
# File 'sig/types.rbs', line 32

def alias
  @alias
end

#bucket::String

Returns the value of attribute bucket.



30
31
32
# File 'sig/types.rbs', line 30

def bucket
  @bucket
end

#bucket_account_id::String

Returns the value of attribute bucket_account_id.



33
34
35
# File 'sig/types.rbs', line 33

def 
  
end

#data_source_id::String

Returns the value of attribute data_source_id.



34
35
36
# File 'sig/types.rbs', line 34

def data_source_id
  @data_source_id
end

#data_source_type::String

Returns the value of attribute data_source_type.



35
36
37
# File 'sig/types.rbs', line 35

def data_source_type
  @data_source_type
end

#name::String

Returns the value of attribute name.



27
28
29
# File 'sig/types.rbs', line 27

def name
  @name
end

#network_origin"Internet", "VPC"

Returns the value of attribute network_origin.



28
29
30
# File 'sig/types.rbs', line 28

def network_origin
  @network_origin
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.



29
30
31
# File 'sig/types.rbs', line 29

def vpc_configuration
  @vpc_configuration
end