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)


385
386
387
# File 'sig/types.rbs', line 385

def arn
  @arn
end

#cfn_resource_type::String

Returns the value of attribute cfn_resource_type.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def cfn_resource_type
  @cfn_resource_type
end

#last_reported_at::Time

Returns the value of attribute last_reported_at.

Returns:

  • (::Time)


391
392
393
# File 'sig/types.rbs', line 391

def last_reported_at
  @last_reported_at
end

#owning_account_id::String

Returns the value of attribute owning_account_id.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def 
  
end

#properties::Array[Types::ResourceProperty]

Returns the value of attribute properties.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def properties
  @properties
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def region
  @region
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def resource_type
  @resource_type
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def service
  @service
end