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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arn ⇒ String

The profile ARN.

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3729

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

#profile_version ⇒ String

The profile version.

Returns:

  • (String)


3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3729

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