Class: Aws::WellArchitected::Types::GetProfileInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arnString

The profile ARN.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2328

class GetProfileInput < Struct.new(
  :profile_arn,
  :profile_version)
  SENSITIVE = []
  include Aws::Structure
end

#profile_versionString

The profile version.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2328

class GetProfileInput < Struct.new(
  :profile_arn,
  :profile_version)
  SENSITIVE = []
  include Aws::Structure
end