Class: Aws::Types::SetTypeConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def configuration
  @configuration
end

#configuration_alias::String

Returns the value of attribute configuration_alias.

Returns:

  • (::String)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def configuration_alias
  @configuration_alias
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

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


1586
1587
1588
# File 'sig/types.rbs', line 1586

def type
  @type
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:

  • (::String)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def type_arn
  @type_arn
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def type_name
  @type_name
end