Class: Aws::RolesAnywhere::Types::UpdateProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_secondsInteger

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.

Returns:

  • (Integer)


1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1197

class UpdateProfileRequest < Struct.new(
  :duration_seconds,
  :managed_policy_arns,
  :name,
  :profile_id,
  :role_arns,
  :session_policy)
  SENSITIVE = []
  include Aws::Structure
end

#managed_policy_arnsArray<String>

A list of managed policy ARNs that apply to the vended session credentials.

Returns:

  • (Array<String>)


1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1197

class UpdateProfileRequest < Struct.new(
  :duration_seconds,
  :managed_policy_arns,
  :name,
  :profile_id,
  :role_arns,
  :session_policy)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the profile.

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1197

class UpdateProfileRequest < Struct.new(
  :duration_seconds,
  :managed_policy_arns,
  :name,
  :profile_id,
  :role_arns,
  :session_policy)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of the profile.

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1197

class UpdateProfileRequest < Struct.new(
  :duration_seconds,
  :managed_policy_arns,
  :name,
  :profile_id,
  :role_arns,
  :session_policy)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnsArray<String>

A list of IAM roles that this profile can assume in a temporary credential request.

Returns:

  • (Array<String>)


1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1197

class UpdateProfileRequest < Struct.new(
  :duration_seconds,
  :managed_policy_arns,
  :name,
  :profile_id,
  :role_arns,
  :session_policy)
  SENSITIVE = []
  include Aws::Structure
end

#session_policyString

A session policy that applies to the trust boundary of the vended session credentials.

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1197

class UpdateProfileRequest < Struct.new(
  :duration_seconds,
  :managed_policy_arns,
  :name,
  :profile_id,
  :role_arns,
  :session_policy)
  SENSITIVE = []
  include Aws::Structure
end