Class: Aws::Types::GetAccessPointForObjectLambdaResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessPointForObjectLambdaResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ Types::ObjectLambdaAccessPointAlias
Returns the value of attribute alias.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block_configuration.
Instance Attribute Details
#alias ⇒ Types::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_configuration ⇒ Types::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 |