Class: Aws::Types::DescribeComponentConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def 
  @account_id
end

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def component_name
  @component_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def resource_group_name
  @resource_group_name
end