Class: Aws::Types::EntityDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def created_at
  @created_at
end

#definitionTypes::DefinitionDocument

Returns the value of attribute definition.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def definition
  @definition
end

#id::String

Returns the value of attribute id.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def id
  @id
end

#type"DEVICE", ...

Returns the value of attribute type.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def type
  @type
end