Class: Aws::Types::PutLabelRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.



1157
1158
1159
# File 'sig/types.rbs', line 1157

def description
  @description
end

#name::String

Returns the value of attribute name.



1156
1157
1158
# File 'sig/types.rbs', line 1156

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



1158
1159
1160
# File 'sig/types.rbs', line 1158

def tags
  @tags
end