Class: Aws::Types::UpdateResourceRequest

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.



1529
1530
1531
# File 'sig/types.rbs', line 1529

def booking_options
  @booking_options
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def description
  @description
end

#hidden_from_global_address_listBoolean

Returns the value of attribute hidden_from_global_address_list.

Returns:

  • (Boolean)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def hidden_from_global_address_list
  @hidden_from_global_address_list
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def organization_id
  @organization_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def resource_id
  @resource_id
end

#type"ROOM", "EQUIPMENT"

Returns the value of attribute type.

Returns:

  • ("ROOM", "EQUIPMENT")


1531
1532
1533
# File 'sig/types.rbs', line 1531

def type
  @type
end