Class: Aws::Types::S3AccessPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def alias
  @alias
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def resource_arn
  @resource_arn
end

#vpc_configurationTypes::S3AccessPointVpcConfiguration

Returns the value of attribute vpc_configuration.



1477
1478
1479
# File 'sig/types.rbs', line 1477

def vpc_configuration
  @vpc_configuration
end