Class: Aws::Types::TypeConfigurationIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

  • ("RESOURCE", "MODULE", "HOOK")


2075
2076
2077
# File 'sig/types.rbs', line 2075

def type
  @type
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:

  • (::String)


2072
2073
2074
# File 'sig/types.rbs', line 2072

def type_arn
  @type_arn
end

#type_configuration_alias::String

Returns the value of attribute type_configuration_alias.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def type_configuration_alias
  @type_configuration_alias
end

#type_configuration_arn::String

Returns the value of attribute type_configuration_arn.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def type_configuration_arn
  @type_configuration_arn
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2076
2077
2078
# File 'sig/types.rbs', line 2076

def type_name
  @type_name
end