Class: Aws::Types::DescribeComponentRequest

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)


185
186
187
# File 'sig/types.rbs', line 185

def 
  @account_id
end

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def component_name
  @component_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def resource_group_name
  @resource_group_name
end