Class: Aws::Types::Resource

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)


330
331
332
# File 'sig/types.rbs', line 330

def arn
  @arn
end

#association_time ⇒ ::Time

Returns the value of attribute association_time.

Returns:

  • (::Time)


331
332
333
# File 'sig/types.rbs', line 331

def association_time
  @association_time
end

#integrations ⇒ Types::ResourceIntegrations

Returns the value of attribute integrations.



332
333
334
# File 'sig/types.rbs', line 332

def integrations
  @integrations
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def name
  @name
end