Class: Aws::Types::CreateAccessPointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def 
  @account_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def bucket
  @bucket
end

#bucket_account_id::String

Returns the value of attribute bucket_account_id.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def 
  
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def name
  @name
end

#public_access_block_configurationTypes::PublicAccessBlockConfiguration

Returns the value of attribute public_access_block_configuration.



216
217
218
# File 'sig/types.rbs', line 216

def public_access_block_configuration
  @public_access_block_configuration
end

#scopeTypes::Scope

Returns the value of attribute scope.

Returns:



218
219
220
# File 'sig/types.rbs', line 218

def scope
  @scope
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def tags
  @tags
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.



215
216
217
# File 'sig/types.rbs', line 215

def vpc_configuration
  @vpc_configuration
end