Class: Aws::Types::CreateComponentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def component_name
  @component_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def resource_group_name
  @resource_group_name
end

#resource_list::Array[::String]

Returns the value of attribute resource_list.

Returns:

  • (::Array[::String])


94
95
96
# File 'sig/types.rbs', line 94

def resource_list
  @resource_list
end