Class: Aws::CloudWatchOmni::Types::GetAccessProfileInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

The unique ID of the access profile.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2008

class GetAccessProfileInput < Struct.new(
  :space_id,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The unique ID of the space.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2008

class GetAccessProfileInput < Struct.new(
  :space_id,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end