Class: Aws::Types::Core

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def certificate_arn
  @certificate_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def id
  @id
end

#sync_shadowBoolean

Returns the value of attribute sync_shadow.

Returns:

  • (Boolean)


87
88
89
# File 'sig/types.rbs', line 87

def sync_shadow
  @sync_shadow
end

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def thing_arn
  @thing_arn
end