Class: Aws::Types::AWSConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def 
  @account_id
end

#account_type"monitor"

Returns the value of attribute account_type.

Returns:

  • ("monitor")


14
15
16
# File 'sig/types.rbs', line 14

def 
  @account_type
end

#agent_elevated_role_arn::String

Returns the value of attribute agent_elevated_role_arn.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def agent_elevated_role_arn
  @agent_elevated_role_arn
end

#agent_elevated_role_arn_status"valid", ...

Returns the value of attribute agent_elevated_role_arn_status.

Returns:

  • ("valid", "invalid", "pending-confirmation")


16
17
18
# File 'sig/types.rbs', line 16

def agent_elevated_role_arn_status
  @agent_elevated_role_arn_status
end

#assumable_role_arn::String

Returns the value of attribute assumable_role_arn.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def assumable_role_arn
  @assumable_role_arn
end