Class: Aws::ServerlessApplicationRepository::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::Tag
- Defined in:
- gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
This property corresponds to the AWS CloudFormation Tag Data Type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.
-
#value ⇒ String
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.
Instance Attribute Details
#key ⇒ String
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.
1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1617 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.
1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1617 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |