Class: Aws::Types::GetResourceDashboardRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def application_id
  @application_id
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def resource_id
  @resource_id
end

#resource_type ⇒ "SESSION"

Returns the value of attribute resource_type.

Returns:

  • ("SESSION")


189
190
191
# File 'sig/types.rbs', line 189

def resource_type
  @resource_type
end