Class: Aws::Types::CreateSystemInstanceRequest

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.



34
35
36
# File 'sig/types.rbs', line 34

def definition
  @definition
end

#flow_actions_role_arn::String

Returns the value of attribute flow_actions_role_arn.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def flow_actions_role_arn
  @flow_actions_role_arn
end

#greengrass_group_name::String

Returns the value of attribute greengrass_group_name.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def greengrass_group_name
  @greengrass_group_name
end

#metrics_configurationTypes::MetricsConfiguration

Returns the value of attribute metrics_configuration.



38
39
40
# File 'sig/types.rbs', line 38

def metrics_configuration
  @metrics_configuration
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def s3_bucket_name
  @s3_bucket_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



33
34
35
# File 'sig/types.rbs', line 33

def tags
  @tags
end

#target"GREENGRASS", "CLOUD"

Returns the value of attribute target.

Returns:

  • ("GREENGRASS", "CLOUD")


35
36
37
# File 'sig/types.rbs', line 35

def target
  @target
end