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

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def 
  @aws_account_id
end

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def aws_region
  @aws_region
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def identifier
  @identifier
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def resource_type
  @resource_type
end