Class: Aws::Types::SystemInstanceDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::DefinitionDocument

Returns the value of attribute definition.



453
454
455
# File 'sig/types.rbs', line 453

def definition
  @definition
end

#flow_actions_role_arn::String

Returns the value of attribute flow_actions_role_arn.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def flow_actions_role_arn
  @flow_actions_role_arn
end

#metrics_configurationTypes::MetricsConfiguration

Returns the value of attribute metrics_configuration.



455
456
457
# File 'sig/types.rbs', line 455

def metrics_configuration
  @metrics_configuration
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def s3_bucket_name
  @s3_bucket_name
end

#summaryTypes::SystemInstanceSummary

Returns the value of attribute summary.



452
453
454
# File 'sig/types.rbs', line 452

def summary
  @summary
end

#validated_dependency_revisions::Array[Types::DependencyRevision]

Returns the value of attribute validated_dependency_revisions.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def validated_dependency_revisions
  @validated_dependency_revisions
end

#validated_namespace_version::Integer

Returns the value of attribute validated_namespace_version.

Returns:

  • (::Integer)


456
457
458
# File 'sig/types.rbs', line 456

def validated_namespace_version
  @validated_namespace_version
end