Class: Aws::Types::GetMulticastGroupResponse

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)


726
727
728
# File 'sig/types.rbs', line 726

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


732
733
734
# File 'sig/types.rbs', line 732

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def id
  @id
end

#lo_ra_wan ⇒ Types::LoRaWANMulticastGet

Returns the value of attribute lo_ra_wan.



731
732
733
# File 'sig/types.rbs', line 731

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def status
  @status
end