Class: Aws::Types::Resource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def description
  @description
end

#disabled_date::Time

Returns the value of attribute disabled_date.

Returns:

  • (::Time)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def disabled_date
  @disabled_date
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def email
  @email
end

#enabled_date::Time

Returns the value of attribute enabled_date.

Returns:

  • (::Time)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def enabled_date
  @enabled_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def name
  @name
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED", "DELETED")


1365
1366
1367
# File 'sig/types.rbs', line 1365

def state
  @state
end

#type"ROOM", "EQUIPMENT"

Returns the value of attribute type.

Returns:

  • ("ROOM", "EQUIPMENT")


1364
1365
1366
# File 'sig/types.rbs', line 1364

def type
  @type
end