Class: Aws::Types::UpdateEnvironmentAccountConnectionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#codebuild_role_arn ⇒ ::String

Returns the value of attribute codebuild_role_arn.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def codebuild_role_arn
  @codebuild_role_arn
end

#component_role_arn ⇒ ::String

Returns the value of attribute component_role_arn.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def component_role_arn
  @component_role_arn
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def id
  @id
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def role_arn
  @role_arn
end