Class: Aws::Types::GetAccessPointForObjectLambdaResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#aliasTypes::ObjectLambdaAccessPointAlias

Returns the value of attribute alias.



616
617
618
# File 'sig/types.rbs', line 616

def alias
  @alias
end

#creation_date::Time

Returns the value of attribute creation_date.



615
616
617
# File 'sig/types.rbs', line 615

def creation_date
  @creation_date
end

#name::String

Returns the value of attribute name.



613
614
615
# File 'sig/types.rbs', line 613

def name
  @name
end

#public_access_block_configurationTypes::PublicAccessBlockConfiguration

Returns the value of attribute public_access_block_configuration.



614
615
616
# File 'sig/types.rbs', line 614

def public_access_block_configuration
  @public_access_block_configuration
end