Class: Aws::Types::PhysicalResourceId

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)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def 
  @aws_account_id
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def aws_region
  @aws_region
end

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def identifier
  @identifier
end

#type ⇒ "Arn", "Native"

Returns the value of attribute type.

Returns:

  • ("Arn", "Native")


1056
1057
1058
# File 'sig/types.rbs', line 1056

def type
  @type
end