Class: Aws::Types::GetAssociatedResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application ⇒ ::String

Returns the value of attribute application.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def application
  @application
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


205
206
207
# File 'sig/types.rbs', line 205

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def next_token
  @next_token
end

#resource ⇒ ::String

Returns the value of attribute resource.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def resource
  @resource
end

#resource_tag_status ⇒ ::Array[("SUCCESS" | "FAILED" | "IN_PROGRESS" | "SKIPPED")]

Returns the value of attribute resource_tag_status.

Returns:

  • (::Array[("SUCCESS" | "FAILED" | "IN_PROGRESS" | "SKIPPED")])


204
205
206
# File 'sig/types.rbs', line 204

def resource_tag_status
  @resource_tag_status
end

#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"

Returns the value of attribute resource_type.

Returns:

  • ("CFN_STACK", "RESOURCE_TAG_VALUE")


201
202
203
# File 'sig/types.rbs', line 201

def resource_type
  @resource_type
end