Class: Aws::Types::LogicalResourceId

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eks_source_name ⇒ ::String

Returns the value of attribute eks_source_name.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def eks_source_name
  @eks_source_name
end

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def identifier
  @identifier
end

#logical_stack_name ⇒ ::String

Returns the value of attribute logical_stack_name.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def logical_stack_name
  @logical_stack_name
end

#resource_group_name ⇒ ::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def resource_group_name
  @resource_group_name
end

#terraform_source_name ⇒ ::String

Returns the value of attribute terraform_source_name.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def terraform_source_name
  @terraform_source_name
end