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)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def 
  @account_id
end

#account_type"source"

Returns the value of attribute account_type.

Returns:

  • ("source")


1896
1897
1898
# File 'sig/types.rbs', line 1896

def 
  @account_type
end

#agent_elevated_role_arn::String

Returns the value of attribute agent_elevated_role_arn.

Returns:

  • (::String)


1899
1900
1901
# File 'sig/types.rbs', line 1899

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


1900
1901
1902
# File 'sig/types.rbs', line 1900

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)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def assumable_role_arn
  @assumable_role_arn
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def external_id
  @external_id
end