Class: Aws::Types::EntityType

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:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def arn
  @arn
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def description
  @description
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def name
  @name
end