Class: Aws::Types::FargateProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def cluster_name
  @cluster_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def created_at
  @created_at
end

#fargate_profile_arn::String

Returns the value of attribute fargate_profile_arn.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def fargate_profile_arn
  @fargate_profile_arn
end

#fargate_profile_name::String

Returns the value of attribute fargate_profile_name.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def fargate_profile_name
  @fargate_profile_name
end

#healthTypes::FargateProfileHealth

Returns the value of attribute health.



1108
1109
1110
# File 'sig/types.rbs', line 1108

def health
  @health
end

#pod_execution_role_arn::String

Returns the value of attribute pod_execution_role_arn.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def pod_execution_role_arn
  @pod_execution_role_arn
end

#selectors::Array[Types::FargateProfileSelector]

Returns the value of attribute selectors.

Returns:



1105
1106
1107
# File 'sig/types.rbs', line 1105

def selectors
  @selectors
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED")


1106
1107
1108
# File 'sig/types.rbs', line 1106

def status
  @status
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


1104
1105
1106
# File 'sig/types.rbs', line 1104

def subnets
  @subnets
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1107
1108
1109
# File 'sig/types.rbs', line 1107

def tags
  @tags
end