Class: Aws::Types::DescribeResourceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#booking_optionsTypes::BookingOptions

Returns the value of attribute booking_options.



507
508
509
# File 'sig/types.rbs', line 507

def booking_options
  @booking_options
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def description
  @description
end

#disabled_date::Time

Returns the value of attribute disabled_date.

Returns:

  • (::Time)


510
511
512
# File 'sig/types.rbs', line 510

def disabled_date
  @disabled_date
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def email
  @email
end

#enabled_date::Time

Returns the value of attribute enabled_date.

Returns:

  • (::Time)


509
510
511
# File 'sig/types.rbs', line 509

def enabled_date
  @enabled_date
end

#hidden_from_global_address_listBoolean

Returns the value of attribute hidden_from_global_address_list.

Returns:

  • (Boolean)


512
513
514
# File 'sig/types.rbs', line 512

def hidden_from_global_address_list
  @hidden_from_global_address_list
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def name
  @name
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def resource_id
  @resource_id
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

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


508
509
510
# File 'sig/types.rbs', line 508

def state
  @state
end

#type"ROOM", "EQUIPMENT"

Returns the value of attribute type.

Returns:

  • ("ROOM", "EQUIPMENT")


506
507
508
# File 'sig/types.rbs', line 506

def type
  @type
end