Class: Aws::Types::SourceAwsConfiguration

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)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def 
  @account_id
end

#account_type"source"

Returns the value of attribute account_type.

Returns:

  • ("source")


1903
1904
1905
# File 'sig/types.rbs', line 1903

def 
  @account_type
end

#agent_elevated_role_arn::String

Returns the value of attribute agent_elevated_role_arn.

Returns:

  • (::String)


1906
1907
1908
# File 'sig/types.rbs', line 1906

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")


1907
1908
1909
# File 'sig/types.rbs', line 1907

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)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def assumable_role_arn
  @assumable_role_arn
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def external_id
  @external_id
end