Class: Aws::Types::ProfileDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_role_session_nameBoolean

Returns the value of attribute accept_role_session_name.

Returns:

  • (Boolean)


180
181
182
# File 'sig/types.rbs', line 180

def accept_role_session_name
  @accept_role_session_name
end

#attribute_mappings::Array[Types::AttributeMapping]

Returns the value of attribute attribute_mappings.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def attribute_mappings
  @attribute_mappings
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


177
178
179
# File 'sig/types.rbs', line 177

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def created_by
  @created_by
end

#duration_seconds::Integer

Returns the value of attribute duration_seconds.

Returns:

  • (::Integer)


179
180
181
# File 'sig/types.rbs', line 179

def duration_seconds
  @duration_seconds
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


172
173
174
# File 'sig/types.rbs', line 172

def enabled
  @enabled
end

#managed_policy_arns::Array[::String]

Returns the value of attribute managed_policy_arns.

Returns:

  • (::Array[::String])


176
177
178
# File 'sig/types.rbs', line 176

def managed_policy_arns
  @managed_policy_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def name
  @name
end

#profile_arn::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def profile_arn
  @profile_arn
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def profile_id
  @profile_id
end

#require_instance_propertiesBoolean

Returns the value of attribute require_instance_properties.

Returns:

  • (Boolean)


171
172
173
# File 'sig/types.rbs', line 171

def require_instance_properties
  @require_instance_properties
end

#role_arns::Array[::String]

Returns the value of attribute role_arns.

Returns:

  • (::Array[::String])


175
176
177
# File 'sig/types.rbs', line 175

def role_arns
  @role_arns
end

#session_policy::String

Returns the value of attribute session_policy.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def session_policy
  @session_policy
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


178
179
180
# File 'sig/types.rbs', line 178

def updated_at
  @updated_at
end